ReplaceList(string, list1, list2)Returns string with all occurrences of the elements from the specified comma-delimited list being replaced with their corresponding elements from another comma-delimited list. The search is case sensitive.
Any string.
Comma-delimited list of substrings to be replaced.
Comma-delimited list of replace substrings.